home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
Squeaky.swf
/
scripts
/
frame_40
/
PlaceObject2_268_24
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-04
|
267 b
|
15 lines
onClipEvent(enterFrame){
if(_root.hero._y == 269.25 && this._x < 350)
{
this._x += 5;
}
if(_root.hero.hitTest(this.ufotop) && _root.hero._y < this._y)
{
this.gotoAndStop(2);
}
else
{
this.gotoAndStop(1);
}
}